3.729 \(\int \frac {(d+e x)^{5/2} \sqrt {f+g x}}{(a d e+(c d^2+a e^2) x+c d e x^2)^{5/2}} \, dx\)

Optimal. Leaf size=63 \[ -\frac {2 (d+e x)^{3/2} (f+g x)^{3/2}}{3 \left (x \left (a e^2+c d^2\right )+a d e+c d e x^2\right )^{3/2} (c d f-a e g)} \]

[Out]

-2/3*(e*x+d)^(3/2)*(g*x+f)^(3/2)/(-a*e*g+c*d*f)/(a*d*e+(a*e^2+c*d^2)*x+c*d*e*x^2)^(3/2)

________________________________________________________________________________________

Rubi [A]  time = 0.07, antiderivative size = 63, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 48, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.021, Rules used = {860} \[ -\frac {2 (d+e x)^{3/2} (f+g x)^{3/2}}{3 \left (x \left (a e^2+c d^2\right )+a d e+c d e x^2\right )^{3/2} (c d f-a e g)} \]

Antiderivative was successfully verified.

[In]

Int[((d + e*x)^(5/2)*Sqrt[f + g*x])/(a*d*e + (c*d^2 + a*e^2)*x + c*d*e*x^2)^(5/2),x]

[Out]

(-2*(d + e*x)^(3/2)*(f + g*x)^(3/2))/(3*(c*d*f - a*e*g)*(a*d*e + (c*d^2 + a*e^2)*x + c*d*e*x^2)^(3/2))

Rule 860

Int[((d_) + (e_.)*(x_))^(m_)*((f_.) + (g_.)*(x_))^(n_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :>
-Simp[(e^2*(d + e*x)^(m - 1)*(f + g*x)^(n + 1)*(a + b*x + c*x^2)^(p + 1))/((n + 1)*(c*e*f + c*d*g - b*e*g)), x
] /; FreeQ[{a, b, c, d, e, f, g, m, n, p}, x] && NeQ[e*f - d*g, 0] && NeQ[b^2 - 4*a*c, 0] && EqQ[c*d^2 - b*d*e
 + a*e^2, 0] &&  !IntegerQ[p] && EqQ[m + p, 0] && EqQ[m - n - 2, 0]

Rubi steps

\begin {align*} \int \frac {(d+e x)^{5/2} \sqrt {f+g x}}{\left (a d e+\left (c d^2+a e^2\right ) x+c d e x^2\right )^{5/2}} \, dx &=-\frac {2 (d+e x)^{3/2} (f+g x)^{3/2}}{3 (c d f-a e g) \left (a d e+\left (c d^2+a e^2\right ) x+c d e x^2\right )^{3/2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.03, size = 52, normalized size = 0.83 \[ -\frac {2 (d+e x)^{3/2} (f+g x)^{3/2}}{3 ((d+e x) (a e+c d x))^{3/2} (c d f-a e g)} \]

Antiderivative was successfully verified.

[In]

Integrate[((d + e*x)^(5/2)*Sqrt[f + g*x])/(a*d*e + (c*d^2 + a*e^2)*x + c*d*e*x^2)^(5/2),x]

[Out]

(-2*(d + e*x)^(3/2)*(f + g*x)^(3/2))/(3*(c*d*f - a*e*g)*((a*e + c*d*x)*(d + e*x))^(3/2))

________________________________________________________________________________________

fricas [B]  time = 0.90, size = 193, normalized size = 3.06 \[ -\frac {2 \, \sqrt {c d e x^{2} + a d e + {\left (c d^{2} + a e^{2}\right )} x} \sqrt {e x + d} {\left (g x + f\right )}^{\frac {3}{2}}}{3 \, {\left (a^{2} c d^{2} e^{2} f - a^{3} d e^{3} g + {\left (c^{3} d^{3} e f - a c^{2} d^{2} e^{2} g\right )} x^{3} + {\left ({\left (c^{3} d^{4} + 2 \, a c^{2} d^{2} e^{2}\right )} f - {\left (a c^{2} d^{3} e + 2 \, a^{2} c d e^{3}\right )} g\right )} x^{2} + {\left ({\left (2 \, a c^{2} d^{3} e + a^{2} c d e^{3}\right )} f - {\left (2 \, a^{2} c d^{2} e^{2} + a^{3} e^{4}\right )} g\right )} x\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^(5/2)*(g*x+f)^(1/2)/(a*d*e+(a*e^2+c*d^2)*x+c*d*e*x^2)^(5/2),x, algorithm="fricas")

[Out]

-2/3*sqrt(c*d*e*x^2 + a*d*e + (c*d^2 + a*e^2)*x)*sqrt(e*x + d)*(g*x + f)^(3/2)/(a^2*c*d^2*e^2*f - a^3*d*e^3*g
+ (c^3*d^3*e*f - a*c^2*d^2*e^2*g)*x^3 + ((c^3*d^4 + 2*a*c^2*d^2*e^2)*f - (a*c^2*d^3*e + 2*a^2*c*d*e^3)*g)*x^2
+ ((2*a*c^2*d^3*e + a^2*c*d*e^3)*f - (2*a^2*c*d^2*e^2 + a^3*e^4)*g)*x)

________________________________________________________________________________________

giac [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^(5/2)*(g*x+f)^(1/2)/(a*d*e+(a*e^2+c*d^2)*x+c*d*e*x^2)^(5/2),x, algorithm="giac")

[Out]

Exception raised: TypeError >> An error occurred running a Giac command:INPUT:sage2:=int(sage0,x):;OUTPUT:Eval
uation time: 3.22Unable to transpose Error: Bad Argument Value

________________________________________________________________________________________

maple [A]  time = 0.01, size = 63, normalized size = 1.00 \[ \frac {2 \left (g x +f \right )^{\frac {3}{2}} \left (c d x +a e \right ) \left (e x +d \right )^{\frac {5}{2}}}{3 \left (a e g -c d f \right ) \left (c d e \,x^{2}+a \,e^{2} x +c \,d^{2} x +a d e \right )^{\frac {5}{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((e*x+d)^(5/2)*(g*x+f)^(1/2)/(c*d*e*x^2+a*d*e+(a*e^2+c*d^2)*x)^(5/2),x)

[Out]

2/3*(g*x+f)^(3/2)*(c*d*x+a*e)/(a*e*g-c*d*f)*(e*x+d)^(5/2)/(c*d*e*x^2+a*e^2*x+c*d^2*x+a*d*e)^(5/2)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {{\left (e x + d\right )}^{\frac {5}{2}} \sqrt {g x + f}}{{\left (c d e x^{2} + a d e + {\left (c d^{2} + a e^{2}\right )} x\right )}^{\frac {5}{2}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^(5/2)*(g*x+f)^(1/2)/(a*d*e+(a*e^2+c*d^2)*x+c*d*e*x^2)^(5/2),x, algorithm="maxima")

[Out]

integrate((e*x + d)^(5/2)*sqrt(g*x + f)/(c*d*e*x^2 + a*d*e + (c*d^2 + a*e^2)*x)^(5/2), x)

________________________________________________________________________________________

mupad [B]  time = 4.32, size = 169, normalized size = 2.68 \[ \frac {\left (\frac {2\,f\,\sqrt {f+g\,x}\,\sqrt {d+e\,x}}{3\,c^2\,d^2\,e\,\left (a\,e\,g-c\,d\,f\right )}+\frac {2\,g\,x\,\sqrt {f+g\,x}\,\sqrt {d+e\,x}}{3\,c^2\,d^2\,e\,\left (a\,e\,g-c\,d\,f\right )}\right )\,\sqrt {c\,d\,e\,x^2+\left (c\,d^2+a\,e^2\right )\,x+a\,d\,e}}{x^3+\frac {a^2\,e}{c^2\,d}+\frac {a\,x\,\left (2\,c\,d^2+a\,e^2\right )}{c^2\,d^2}+\frac {x^2\,\left (c\,d^2+2\,a\,e^2\right )}{c\,d\,e}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((f + g*x)^(1/2)*(d + e*x)^(5/2))/(x*(a*e^2 + c*d^2) + a*d*e + c*d*e*x^2)^(5/2),x)

[Out]

(((2*f*(f + g*x)^(1/2)*(d + e*x)^(1/2))/(3*c^2*d^2*e*(a*e*g - c*d*f)) + (2*g*x*(f + g*x)^(1/2)*(d + e*x)^(1/2)
)/(3*c^2*d^2*e*(a*e*g - c*d*f)))*(x*(a*e^2 + c*d^2) + a*d*e + c*d*e*x^2)^(1/2))/(x^3 + (a^2*e)/(c^2*d) + (a*x*
(a*e^2 + 2*c*d^2))/(c^2*d^2) + (x^2*(2*a*e^2 + c*d^2))/(c*d*e))

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)**(5/2)*(g*x+f)**(1/2)/(a*d*e+(a*e**2+c*d**2)*x+c*d*e*x**2)**(5/2),x)

[Out]

Timed out

________________________________________________________________________________________